projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb8ac0
)
Daniel Hackney <dan at haxney.org> (tiny change)
author
Glenn Morris
<rgm@gnu.org>
Wed, 9 Jan 2008 04:36:57 +0000
(
04:36
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 9 Jan 2008 04:36:57 +0000
(
04:36
+0000)
(set_socket): Add trailing newline to socket error message.
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 9de812d1c73cc1f9a61886331d7e3a40dfe112c9..ddb4ad10a2ca516311d38c61a341260cd6660c6e 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-1266,7
+1266,7
@@
set_socket ()
s = set_local_socket ();
if ((s != INVALID_SOCKET) || alternate_editor)
return s;
- message (TRUE, "%s: error accessing socket \"%s\"",
+ message (TRUE, "%s: error accessing socket \"%s\"
\n
",
progname, socket_name);
exit (EXIT_FAILURE);
}